home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 March
/
EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso
/
earcd
/
util2
/
mcxprf25.lha
/
MultiCXPrefs
/
Install_MultiCXPrefs
next >
Wrap
Text File
|
1995-05-24
|
609b
|
38 lines
; Installation script for MultiCX Prefs
(transcript "Installing MultiCX Prefs...")
(copylib
(prompt "Install gtlayout library.")
(help @copylib-help)
(source "libs/gtlayout.library")
(dest "libs:")
(confirm)
)
(copylib
(prompt "Install WBStart-Handler.")
(help @copylib-help)
(source "l/WBStart-Handler")
(dest "l:")
(confirm)
)
(set name
(askdir
(prompt "Install MultiCX Prefs where?")
(help @askdir-help)
(default "SYS:Prefs")
)
)
(copyfiles
(source "MultiCXPrefs")
(infos)
(dest name)
)
(set @default-dest name)
(exit)